PDF4Java Reference Documentation
com.o2sol.pdf4java.redaction Package / PDFContentRedactionOptions Class / setIncludePartialCharacters Method
True if the characters that fit partially inside the redaction area are redacted.
In This Topic
    setIncludePartialCharacters Method
    In This Topic
    Sets a value indicating whether characters that fit partially the redaction area should be redacted.
    Syntax
    public void setIncludePartialCharacters( 
       boolean value
    )

    Parameters

    value
    True if the characters that fit partially inside the redaction area are redacted.
    See Also